home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 February / macformat-034.iso / mac / Shareware City / Applications / Laughing Bird Folder / The Laughing Bird Restaurant / The Laughing Bird Restaurant.dxr / 00413.ls < prev    next >
Encoding:
Text File  |  1995-12-16  |  368 b   |  17 lines

  1. on mouseDown
  2.   set the locH of sprite 10 to the locH of sprite 10 + 3
  3.   wait(3)
  4.   set the locV of sprite 10 to the locV of sprite 10 + 3
  5.   wait(3)
  6.   updateStage()
  7.   puppetSound("FingerButton")
  8.   set the locH of sprite 10 to the locH of sprite 10 - 3
  9.   wait(3)
  10.   set the locV of sprite 10 to the locV of sprite 10 - 3
  11.   updateStage()
  12. end
  13.  
  14. on mouseUp
  15.   NextRecipe()
  16. end
  17.